home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update36.zoo / libg++ / include / complex.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-27  |  122 b   |  7 lines

  1. #ifndef _complex_h
  2. #define _complex_h
  3. #define __ATT_complex__
  4. #include <xcomplex.h>
  5. typedef class Complex complex;
  6. #endif
  7.